silently skip unknown attributes instead of bailing out with an error in
authorMichael Natterer <mitch@imendio.com>
Fri, 13 Jun 2008 10:44:34 +0000 (10:44 +0000)
committerMichael Natterer <mitch@src.gnome.org>
Fri, 13 Jun 2008 10:44:34 +0000 (10:44 +0000)
commita40901c1155969297ee643acc2f8960c38ebfe6d
tree0a00c05362b9b7c994f8ad7efeb321c822ec77e2
parent8677ed959d6c91f278151133106dc192a0662d54
silently skip unknown attributes instead of bailing out with an error in

2008-06-13  Michael Natterer  <mitch@imendio.com>

* gtk/gtkuimanager.c (start_element_handler): silently skip
unknown attributes instead of bailing out with an error in order
to be compatible with possible future attribute names.

This is related to the discussion in bug #516425 but actually
needed for any kind of XML format extension.

svn path=/trunk/; revision=20371
ChangeLog
gtk/gtkuimanager.c